PasswordStore

A service for working with logins and passwords saved in the Chromium password store.

Since

7.20

See also

Functions

Link copied to clipboard
abstract fun all(): List<PasswordRecord>
Returns all saved and blacklisted (marked as "never-saved") records from the password store.
Link copied to clipboard
Returns only blacklisted (marked as "never-saved") records from the password store.
Link copied to clipboard
abstract fun allSaved(): List<PasswordRecord>
Returns only saved records from the password store.
Link copied to clipboard
abstract fun clear()
Clears all records in the password store.
Link copied to clipboard
abstract fun profile(): Profile
Returns the profile of this service.
Link copied to clipboard
abstract fun removeByUrl(url: String)
Removes records associated with this url from the password store.